func golang.org/x/net/internal/httpsfv.consumeIntegerOrDecimal
5 uses
golang.org/x/net/internal/httpsfv (current package)
httpsfv.go#L320: func consumeIntegerOrDecimal(s string) (consumed, rest string, ok bool) {
httpsfv.go#L374: if _, rest, ok := consumeIntegerOrDecimal(s); !ok || rest != "" {
httpsfv.go#L390: if _, rest, ok := consumeIntegerOrDecimal(s); !ok || rest != "" {
httpsfv.go#L525: if _, rest, ok = consumeIntegerOrDecimal(s[1:]); !ok {
httpsfv.go#L649: return consumeIntegerOrDecimal(s)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)